===== Installation =====

Installation consists of copying WSC4C22.ZIP (shareware archive) or
WSC4C.ZIP (registered archive) to a work directory, unzipping the files,
and then compiling and running one of the example application programs
such as SIMPLE.

Unzip the files by typing

   PKUNZIP WSC4C22.ZIP

From the command line, compile SIMPLE using one of the provided
makefiles.

For WIN32 (WinNT or Win95):

  Microsoft: nmake -f simple32._M_
    Borland: make -f simple32._B_
     Watcom: wmake -f simple32._W_

For WIN16 (Win 3.1):

  Microsoft: nmake -f simple16._M_
    Borland: make -f simple16._B_
     Watcom: wmake -f simple16._W_

Note for Borland Users: Use "maker" if running from DOS, or "make" if
running from a Windows DOS box.

Connect your serial port to a serial device (such as a modem) or to
another computer using a null modem cable. Then run SIMPLE.EXE. If
connected to a modem, typing AT should result in the modem replying with
OK.

For further information, refer to the WSC4C Users Manual (WSC4C_U.TXT),
or WSC4C Reference Manual (WSC4C_R.TXT).
